home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / global / browser.css < prev    next >
Cascading Style Sheet File  |  2006-09-22  |  15KB  |  505 lines

  1.  
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. /**
  5.  * Tabbrowser Tabs
  6.  */
  7.  
  8. .tabbrowser-tabs {
  9.   -moz-binding: url("chrome://global/skin/globalBindings.xml#tabbrowser-tabs") !important;
  10.   padding-top: 0px;
  11.   background: -moz-dialog url("chrome://global/skin/icons/tabbrowser-tabs-bkgnd.png") !important;
  12.   -moz-padding-start: 0px;
  13. }
  14.  
  15. .tabbrowser-tabs[overflow="true"] {
  16.   -moz-padding-start: 0px;
  17. }
  18.  
  19. /**
  20.  * Tab
  21.  */
  22.  
  23. .tabbrowser-tab {
  24.   -moz-appearance: none !important;
  25.   -moz-binding: url("chrome://global/skin/globalBindings.xml#tabbrowser-tab") !important;
  26.   background: transparent !important;
  27.   margin: 0px  !important;
  28.   padding: 0px !important;
  29.   border: none !important;
  30.   height: 22px !important;
  31.   margin-bottom: 1px;
  32. }
  33.  
  34. .tabbrowser-tab > .tab-image-middle {
  35.   padding-top: 1px;
  36.   -moz-padding-start: 1px;
  37. }
  38.  
  39. .tabbrowser-tab[busy] > .tab-image-middle > .tab-icon > .tab-icon-image {
  40.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif") !important;
  41.   opacity: 0.6;
  42. }
  43.  
  44. .tabbrowser-tab[selected="true"] {
  45.   font-weight: bold;
  46. }
  47.  
  48. .tabbrowser-tab[selected="true"] > .tab-image-middle > .tab-text {
  49.   opacity: 1.0 !important;
  50. }
  51.  
  52. .tabbrowser-tab > .tab-image-left {
  53.   width: 8px;
  54.   height: 24px;
  55.   background: url("chrome://global/skin/icons/tab-left.png") no-repeat;
  56.   background-color: -moz-dialog;
  57.   -moz-border-radius-topleft: 3px;
  58. }
  59.  
  60. .tabbrowser-tab[chromedir="rtl"] > .tab-image-left {
  61.   background: url("chrome://global/skin/icons/tab-right.png") no-repeat;
  62.   background-color: -moz-dialog;
  63.   -moz-border-radius-topleft: 0px;
  64.   -moz-border-radius-topright: 3px;
  65. }
  66.  
  67. .tabbrowser-tab:not([selected="true"]) > .tab-image-left {
  68.   height: 23px;
  69.   margin-bottom: 1px;
  70.   background: url("chrome://global/skin/icons/tab-left-bkgnd.png") no-repeat;
  71.   background-color: -moz-dialog;
  72. }
  73.  
  74. .tabbrowser-tab[chromedir="rtl"]:not([selected="true"]) > .tab-image-left {
  75.   background: url("chrome://global/skin/icons/tab-right-bkgnd.png") no-repeat;
  76.   background-color: -moz-dialog;
  77. }
  78.  
  79. .tabbrowser-tab:hover:not([selected="true"]) > .tab-image-left {
  80.   background: url("chrome://global/skin/icons/tab-left-hover.png") no-repeat;
  81.   background-color: -moz-dialog;
  82. }
  83.  
  84. .tabbrowser-tab[chromedir="rtl"]:hover:not([selected="true"]) > .tab-image-left {
  85.   background: url("chrome://global/skin/icons/tab-right-hover.png") no-repeat;
  86.   background-color: -moz-dialog;
  87. }
  88.  
  89. .tabbrowser-tab > .tab-image-middle {
  90.   height: 24px;
  91.   background: url("chrome://global/skin/icons/tab-middle.png") repeat-x;
  92.   background-color: -moz-dialog;
  93. }
  94.  
  95. .tabbrowser-tab:not([selected="true"]) > .tab-image-middle {
  96.   height: 23px;
  97.   margin-bottom: 1px;
  98.   background: url("chrome://global/skin/icons/tab-middle-bkgnd.png") repeat-x;
  99.   background-color: -moz-dialog;
  100. }
  101.  
  102. .tabbrowser-tab:hover:not([selected="true"]) > .tab-image-middle {
  103.   background: url("chrome://global/skin/icons/tab-middle-hover.png") repeat-x;
  104.   background-color: -moz-dialog;
  105. }
  106.  
  107. .tabbrowser-tab > .tab-image-right {
  108.   width: 8px;
  109.   height: 24px;
  110.   background: url("chrome://global/skin/icons/tab-right.png") no-repeat;
  111.   background-color: -moz-dialog;
  112.   -moz-border-radius-topright: 3px;
  113. }
  114.  
  115. .tabbrowser-tab[chromedir="rtl"] > .tab-image-right {
  116.   background: url("chrome://global/skin/icons/tab-left.png") no-repeat;
  117.   background-color: -moz-dialog;
  118.   -moz-border-radius-topleft: 3px;
  119.   -moz-border-radius-topright: 0px;
  120. }
  121.  
  122. .tabbrowser-tab:not([selected="true"]) > .tab-image-right {
  123.   height: 23px;
  124.   margin-bottom: 1px;
  125.   background: url("chrome://global/skin/icons/tab-right-bkgnd.png") no-repeat;
  126.   background-color: -moz-dialog;
  127. }
  128.  
  129. .tabbrowser-tab[chromedir="rtl"]:not([selected="true"]) > .tab-image-right {
  130.   background: url("chrome://global/skin/icons/tab-left-bkgnd.png") no-repeat;
  131.   background-color: -moz-dialog;
  132. }
  133.  
  134. .tabbrowser-tab:hover:not([selected="true"]) > .tab-image-right {
  135.   background: url("chrome://global/skin/icons/tab-right-hover.png") no-repeat;
  136.   background-color: -moz-dialog;
  137. }
  138.  
  139. .tabbrowser-tab[chromedir="rtl"]:hover:not([selected="true"]) > .tab-image-right {
  140.   background: url("chrome://global/skin/icons/tab-left-hover.png") no-repeat;
  141.   background-color: -moz-dialog;
  142. }
  143.  
  144. .tab-icon-image {
  145.   margin-top: 1px;
  146.   -moz-margin-end: 3px;
  147.   width: 16px;
  148.   height: 16px;
  149.   list-style-image: url("chrome://global/skin/icons/folder-item.png");
  150.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  151. }
  152.  
  153. .tabs-bottom {
  154.   height: 4px !important;
  155.   margin: 0px !important;
  156.   background: -moz-dialog url("chrome://global/skin/icons/tabstrip-bottom.png") repeat !important;
  157.   border-top: 1px solid threedshadow; 
  158.   border-bottom: 1px solid threedshadow;
  159. }
  160.  
  161. tabpanels {
  162.   -moz-appearance: none;
  163. }
  164.  
  165. .tabs-left,
  166. .tabs-right {
  167.   width: 3px;
  168.   border-bottom-width: 0px;
  169. }
  170.  
  171. /* tabbrowser-tab focus ring */
  172. .tabbrowser-tab >  .tab-image-middle > .tab-text {
  173.   border: 1px dotted transparent;
  174. }
  175.  
  176. .tabbrowser-tab:focus > .tab-image-middle > .tab-text {
  177.   border: 1px dotted -moz-DialogText;
  178. }
  179.  
  180. /**
  181.  * Tab Drag and Drop
  182.  */
  183.  
  184. .tab-drop-indicator-bar {
  185.     display:none;
  186.     height: 9px;
  187.     margin-top: -9px;
  188.     position: relative;
  189. }
  190.  
  191. .tab-drop-indicator {
  192.     height: 9px;
  193.     width: 9px;
  194.     margin-bottom: -5px;
  195.     position: relative;
  196.     background: url('chrome://global/skin/tabDragDrop/tabDragIndicator.png') 50% 50% no-repeat;
  197. }
  198.  
  199. .tab-drop-indicator-bar[dragging="true"] {
  200.     display: -moz-box;
  201. }
  202.  
  203. /**
  204.  * In-tab close button
  205.  */
  206. .tab-close-button > .toolbarbutton-icon {
  207.   -moz-margin-end: 0px !important;
  208.   margin-top: 1px;
  209. }
  210.  
  211. .tab-close-button {
  212.   -moz-appearance: none;
  213.   -moz-image-region: rect(0px, 64px, 16px, 48px);
  214.   height: 24px;
  215.   border: none !important;
  216.   padding: 0px;
  217.   cursor: default;
  218.   list-style-image: url("chrome://global/skin/icons/close.png");
  219. }
  220.  
  221. .tabbrowser-tab:not([selected="true"]) > .tab-close-button {
  222.   height: 23px;
  223.   margin-bottom: 1px;
  224. }
  225.  
  226. .tabbrowser-tab:not([selected="true"]) > .tab-close-button > .toolbarbutton-icon {
  227.   margin-top: 2px;
  228. }
  229.  
  230. .tab-close-button:hover,
  231. .tabbrowser-tab[selected="true"] > .tab-close-button:hover {
  232.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  233.   opacity: 1.0;
  234. }
  235.  
  236. .tab-close-button:hover:active,
  237. .tabbrowser-tab[selected="true"] > .tab-close-button:hover:active {
  238.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  239.   opacity: 1.0;
  240. }
  241.  
  242. .tabbrowser-tab > .tab-close-button {
  243.   background-image: url("chrome://global/skin/icons/tab-middle-bkgnd.png");
  244.   background-color: -moz-dialog;
  245. }
  246.  
  247. .tabbrowser-tab:hover > .tab-close-button {
  248.   background-image: url("chrome://global/skin/icons/tab-middle-hover.png");
  249. }
  250.  
  251. .tabbrowser-tab[selected="true"] > .tab-close-button {
  252.   background-image: url("chrome://global/skin/icons/tab-middle.png");
  253.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  254.   /* Make this button focusable so clicking on it will not focus the tab while
  255.      it's getting closed */
  256.   -moz-user-focus: normal;
  257. }
  258.  
  259. .tab-close-button:focus {
  260.   outline: none !important;
  261. }
  262.  
  263. /**
  264.  * Tab Scrollbox Arrow Buttons
  265.  */
  266.  
  267. .tabbrowser-tabs[overflow="true"] .tabs-left {
  268.   display: none;
  269. }
  270.  
  271. .tabbrowser-arrowscrollbox > .scrollbutton-up {
  272.   -moz-appearance: none !important;
  273.   border: none !important;
  274.   margin-top: 2px;
  275.   margin-bottom: 4px !important;
  276.   padding: 0px;
  277.   width: 18px;
  278.   height: 23px;
  279.   -moz-margin-start: 0px;
  280.   -moz-margin-end: 0px;
  281.   list-style-image: url("chrome://global/skin/icons/tab-arrow-start.png");
  282.   -moz-image-region: rect(0, 11px, 14px, 0);
  283.   background-repeat: no-repeat;
  284.   background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-enabled.png");
  285.   background-color: -moz-dialog;
  286.   -moz-border-radius-topright: 5px;
  287. }
  288.  
  289. .tabbrowser-arrowscrollbox[chromedir="rtl"] > .scrollbutton-up {
  290.   list-style-image: url("chrome://global/skin/icons/tab-arrow-end.png");
  291.   background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-enabled.png");
  292.   -moz-border-radius-topleft: 5px;
  293.   -moz-border-radius-topright: 0px;
  294. }
  295.  
  296. .tabbrowser-arrowscrollbox > .scrollbutton-up[disabled="true"] {
  297.   -moz-image-region: rect(0, 33px, 14px, 22px);
  298.   background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-disabled.png");
  299. }
  300.  
  301. .tabbrowser-arrowscrollbox[chromedir="rtl"] > .scrollbutton-up[disabled="true"] {
  302.   background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-disabled.png");
  303. }
  304.  
  305. .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled="true"]):hover {
  306.   background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-hover.png");
  307.   -moz-image-region: rect(0, 22px, 14px, 11px);
  308. }
  309.  
  310. .tabbrowser-arrowscrollbox[chromedir="rtl"] > .scrollbutton-up:not([disabled="true"]):hover {
  311.   background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-hover.png");
  312. }
  313.  
  314. .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled="true"]):hover:active {
  315.   -moz-image-region: rect(0, 44px, 14px, 33px);
  316. }
  317.  
  318. .tabbrowser-arrowscrollbox > .scrollbutton-up > .toolbarbutton-icon {    
  319.   margin: 6px 0px 0px 0px;
  320. }                                                                            
  321.  
  322. .tabbrowser-arrowscrollbox > .scrollbutton-down-stack {
  323.   margin-top: 2px;
  324.   margin-bottom: 4px;
  325.   height: 23px;
  326. }
  327.  
  328. .scrollbutton-rel-box > .scrollbutton-down-box {
  329.   -moz-appearance: none !important;
  330.   border: none !important;
  331.   width: 18px;
  332.   background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-enabled.png");
  333.   background-repeat: no-repeat;    
  334.   background-color: -moz-dialog;
  335.   -moz-border-radius-topleft: 5px;
  336. }
  337.  
  338. .tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down-box {
  339.   background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-enabled.png");
  340.   -moz-border-radius-topleft: 0px;
  341.   -moz-border-radius-topright: 5px;
  342. }
  343.  
  344. .scrollbutton-rel-box > .scrollbutton-down-box[disabled="true"] {
  345.   background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-disabled.png");
  346. }
  347.  
  348. .tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down-box[disabled="true"] {
  349.   background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-disabled.png");
  350. }
  351.  
  352. .scrollbutton-rel-box > .scrollbutton-down-box-animate {
  353.   background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-animate.png");
  354.   background-repeat: no-repeat;
  355.   opacity: 0.0;
  356. }
  357.  
  358. .tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down-box-animate {
  359.   background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-animate.png");
  360. }
  361.  
  362. .scrollbutton-rel-box > .scrollbutton-down {
  363.   -moz-appearance: none !important;
  364.   border: none !important;
  365.   width: 18px;
  366.   list-style-image: url("chrome://global/skin/icons/tab-arrow-end.png");
  367.   -moz-image-region: rect(0, 11px, 14px, 0);
  368.   margin: 0px;
  369.   padding: 0px;
  370. }
  371.  
  372. .tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down {
  373.   list-style-image: url("chrome://global/skin/icons/tab-arrow-start.png");
  374. }
  375.  
  376. .scrollbutton-rel-box > .scrollbutton-down[disabled="true"] {
  377.   -moz-image-region: rect(0, 33px, 14px, 22px);
  378. }
  379.  
  380. .scrollbutton-rel-box > .scrollbutton-down:not([disabled="true"]):hover {
  381.   -moz-image-region: rect(0, 22px, 14px, 11px);
  382.   background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-hover.png");
  383.   background-repeat: no-repeat;
  384.   background-position: top left;
  385. }
  386.  
  387. .tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down:not([disabled="true"]):hover {
  388.   background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-hover.png");
  389. }
  390.  
  391. .scrollbutton-rel-box > .scrollbutton-down:not([disabled="true"]):hover:active {
  392.   -moz-image-region: rect(0, 44px, 14px, 33px);
  393. }
  394.  
  395. .scrollbutton-rel-box > .scrollbutton-down > .toolbarbutton-icon {
  396.   margin: 6px 0px 0px 1px;
  397. }
  398.  
  399. /**
  400.  * All Tabs Button
  401.  */
  402.  
  403. .tabs-alltabs-box {
  404.   margin-top: 2px;
  405.   margin-bottom: 4px;
  406.   width: 18px !important;
  407.   height: 23px !important;
  408.   background-image: url("chrome://global/skin/icons/alltabs-box-end-bkgnd.png");
  409.   background-repeat: no-repeat;
  410.   background-color: -moz-dialog; 
  411.   -moz-border-radius-topleft: 5px;
  412. }
  413.  
  414. stack[chromedir="rtl"] > hbox > .tabs-alltabs-box {
  415.   background-image: url("chrome://global/skin/icons/alltabs-box-start-bkgnd.png");
  416.   -moz-border-radius-topleft: 0px;
  417.   -moz-border-radius-topright: 5px;
  418. }
  419.  
  420. .tabbrowser-tabs[overflow="true"] .tabs-alltabs-box {
  421.   background-image: url("chrome://global/skin/icons/alltabs-box-overflow-end-bkgnd.png");
  422.   -moz-border-radius-topleft: 0px;
  423.   -moz-border-radius-topright: 0px;
  424. }
  425.  
  426. .tabbrowser-tabs[overflow="true"] stack[chromedir="rtl"] > hbox > .tabs-alltabs-box {
  427.   background-image: url("chrome://global/skin/icons/alltabs-box-overflow-start-bkgnd.png");
  428. }
  429.  
  430. .tabs-alltabs-button {
  431.   -moz-appearance: none !important;
  432.   border: 0px !important;
  433.   margin-top: 2px;
  434.   margin-bottom: 4px;
  435.   width: 18px !important;
  436.   height: 23px !important;
  437.   border: 0px !important;
  438.   -moz-padding-start: 4px !important;
  439.   -moz-padding-end: 4px !important;
  440.   padding: 0px;
  441. }
  442.  
  443. .tabs-alltabs-button > .toolbarbutton-text {
  444.   display: none;
  445. }
  446.  
  447. .tabs-alltabs-button > .toolbarbutton-icon {
  448.   -moz-margin-end: 2px;
  449. }
  450.  
  451. .tabs-alltabs-button > .toolbarbutton-menu-dropmarker {
  452.   margin-top: 3px !important;
  453. }
  454.  
  455. .tabs-alltabs-button:hover {
  456.   background-image: url("chrome://global/skin/icons/alltabs-box-end-bkgnd-hover.png");
  457.   background-repeat: no-repeat;
  458. }
  459.  
  460. stack[chromedir="rtl"] > hbox > .tabs-alltabs-button:hover {
  461.   background-image: url("chrome://global/skin/icons/alltabs-box-start-bkgnd-hover.png");
  462. }
  463.  
  464. .tabbrowser-tabs[overflow="true"] .tabs-alltabs-button:hover {
  465.   background-image: url("chrome://global/skin/icons/alltabs-box-overflow-end-bkgnd-hover.png");
  466. }
  467.  
  468. .tabbrowser-tabs[overflow="true"] stack[chromedir="rtl"] > hbox > .tabs-alltabs-button:hover {
  469.   background-image: url("chrome://global/skin/icons/alltabs-box-overflow-start-bkgnd-hover.png");
  470. }
  471.  
  472. .tabs-alltabs-box-animate {
  473.   margin-top: 2px;
  474.   margin-bottom: 4px;
  475.   width: 18px !important;
  476.   height: 23px !important;
  477.   background-image: url("chrome://global/skin/icons/alltabs-box-overflow-end-bkgnd-animate.png");
  478.   background-repeat: no-repeat;
  479.   opacity: 0.0;
  480. }
  481.  
  482. stack[chromedir="rtl"] > hbox > .tabs-alltabs-box-animate {
  483.   background-image: url("chrome://global/skin/icons/alltabs-box-overflow-start-bkgnd-animate.png");
  484. }
  485.  
  486. /**
  487.  * All Tabs Menupopup 
  488.  */
  489.  
  490. .alltabs-item > .menu-iconic-left > .menu-iconic-icon {
  491.   width: 16px;
  492.   height: 16px;
  493.   list-style-image: url("chrome://global/skin/icons/folder-item.png");
  494.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  495. }
  496.  
  497. .alltabs-item[selected="true"] {
  498.   font-weight: bold;
  499. }
  500.  
  501. .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
  502.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
  503.   opacity: 0.6;
  504. }
  505.